HomeSort by relevance Sort by last modified time
    Searched refs:internal (Results 1 - 25 of 15551) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/go/genop/internal/
lib.go 17 // Package internal generates Go source code with functions for TensorFlow operations.
18 package internal package
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
undef.s 3 .internal internal
define.s 8 .globl internal
9 .type internal,"object"
10 internal: label
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/run/internal/
internal.go 1 package internal package
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/run/internal/
internal.go 1 package internal package
  /external/brotli/csharp/org/brotli/dec/
RunningState.cs 9 internal sealed class RunningState
11 internal const int Uninitialized = 0;
13 internal const int BlockStart = 1;
15 internal const int CompressedBlockStart = 2;
17 internal const int MainLoop = 3;
19 internal const int ReadMetadata = 4;
21 internal const int CopyUncompressed = 5;
23 internal const int InsertLoop = 6;
25 internal const int CopyLoop = 7;
27 internal const int CopyWrapBuffer = 8;
    [all...]
WordTransformType.cs 14 internal sealed class WordTransformType
16 internal const int Identity = 0;
18 internal const int OmitLast1 = 1;
20 internal const int OmitLast2 = 2;
22 internal const int OmitLast3 = 3;
24 internal const int OmitLast4 = 4;
26 internal const int OmitLast5 = 5;
28 internal const int OmitLast6 = 6;
30 internal const int OmitLast7 = 7;
32 internal const int OmitLast8 = 8;
    [all...]
Prefix.cs 15 internal sealed class Prefix
17 internal static readonly int[] BlockLengthOffset = new int[] { 1, 5, 9, 13, 17, 25, 33, 41, 49, 65, 81, 97, 113, 145, 177, 209, 241, 305, 369, 497, 753, 1265, 2289, 4337, 8433, 16625 };
19 internal static readonly int[] BlockLengthNBits = new int[] { 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 24 };
21 internal static readonly int[] InsertLengthOffset = new int[] { 0, 1, 2, 3, 4, 5, 6, 8, 10, 14, 18, 26, 34, 50, 66, 98, 130, 194, 322, 578, 1090, 2114, 6210, 22594 };
23 internal static readonly int[] InsertLengthNBits = new int[] { 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 12, 14, 24 };
25 internal static readonly int[] CopyLengthOffset = new int[] { 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 18, 22, 30, 38, 54, 70, 102, 134, 198, 326, 582, 1094, 2118 };
27 internal static readonly int[] CopyLengthNBits = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 24 };
29 internal static readonly int[] InsertRangeLut = new int[] { 0, 0, 8, 8, 0, 16, 8, 16, 16 };
31 internal static readonly int[] CopyRangeLut = new int[] { 0, 8, 0, 8, 16, 0, 16, 8, 16 };
Context.cs 9 internal sealed class Context
11 internal static readonly int[] Lookup = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 12, 16, 12, 12, 20, 12, 16, 24, 28, 12, 12, 32, 12, 36, 12, 44, 44, 44, 44, 44, 44, 44, 44
38 internal static readonly int[] LookupOffsets = new int[] { 1024, 1536, 1280, 1536, 0, 256, 768, 512 };
  /external/mockito/src/main/java/org/mockito/internal/
package-info.java 7 * Internal classes, not to be used by clients.
11 package org.mockito.internal;
  /external/mockito/src/test/java/org/mockitousage/internal/
package-info.java 10 package org.mockitousage.internal;
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testinternal2/
p.go 3 import _ "./x/y/z/internal/w"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testinternal4/src/p/
p.go 4 _ "q/internal/x"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testinternal4/src/q/j/
j.go 3 import _ "q/internal/x"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testinternal2/
p.go 3 import _ "./x/y/z/internal/w"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testinternal4/src/p/
p.go 4 _ "q/internal/x"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testinternal4/src/q/j/
j.go 3 import _ "q/internal/x"
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamState.cs 49 internal int p;
52 internal int line;
55 internal int charPositionInLine;
  /tools/acloud/
regen_proto.sh 5 protoc -I=internal/proto --python_out=internal/proto internal/proto/internal_config.proto
6 protoc -I=internal/proto --python_out=internal/proto internal/proto/user_config.proto
  /external/eigen/test/
meta.cpp 15 return internal::is_convertible<From,To>::value;
20 VERIFY((internal::conditional<(3<4),internal::true_type, internal::false_type>::type::value));
21 VERIFY(( internal::is_same<float,float>::value));
22 VERIFY((!internal::is_same<float,double>::value));
23 VERIFY((!internal::is_same<float,float&>::value));
24 VERIFY((!internal::is_same<float,const float&>::value));
26 VERIFY(( internal::is_same<float,internal::remove_all<const float&>::type >::value))
    [all...]
  /external/eigen/Eigen/src/Core/functors/
TernaryFunctors.h 15 namespace internal { namespace in namespace:Eigen
21 } // end namespace internal
  /external/guice/core/src/com/google/inject/internal/
CircularDependencyProxy.java 17 package com.google.inject.internal;
package-info.java 20 package com.google.inject.internal;
  /external/junit/src/main/java/org/junit/internal/requests/
package-info.java 6 package org.junit.internal.requests
  /external/junit/src/main/java/org/junit/internal/runners/
package-info.java 6 package org.junit.internal.runners

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>