HomeSort by relevance Sort by last modified time
    Searched defs:ng (Results 1 - 25 of 38) sorted by null

1 2

  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/
TestFileIso88591.java 5 public String str?ng = "Strange attribute name [check the i]";
  /system/keymaster/ng/include/
AndroidKeymaster4Device.h 30 namespace ng { namespace in namespace:keymaster::V4_0
108 } // namespace ng
AndroidKeymaster3Device.h 34 namespace ng { namespace in namespace:keymaster
104 } // namespace ng
keystore_hidl_support.h 31 namespace ng { namespace in namespace:keymaster
authorization_set.h 24 namespace ng { namespace in namespace:keymaster
335 } // namespace ng
keymaster_tags.h 67 namespace ng { namespace in namespace:keymaster
351 } // namespace ng
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug244.go 10 var ng int var
18 ng++
27 if x != 1 || y != 2 || z != 3 || nf != 1 || v != 0 || ok != false || ng != 1 {
28 println("x=", x, " y=", y, " z=", z, " nf=", nf, " v=", v, " ok=", ok, " ng=", ng)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug244.go 10 var ng int var
18 ng++
27 if x != 1 || y != 2 || z != 3 || nf != 1 || v != 0 || ok != false || ng != 1 {
28 println("x=", x, " y=", y, " z=", z, " nf=", nf, " v=", v, " ok=", ok, " ng=", ng)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java 68 NGram ng = (NGram) o; local
70 return ng.getRefCount() - refCount;
  /external/tensorflow/tensorflow/core/common_runtime/
graph_execution_state.cc 389 std::unique_ptr<Graph> ng; local
390 Status s = OptimizeGraph(options, &ng);
393 ng.reset(new Graph(flib_def_.get()));
394 CopyGraph(*graph_, ng.get());
403 ng.get(), options.feed_endpoints, options.fetch_endpoints,
424 optimization_options.graph = &ng;
437 CopyGraph(*ng, &dense_copy->graph);
  /libcore/ojluni/src/main/java/java/util/
UUID.java 142 SecureRandom ng = Holder.numberGenerator; local
145 ng.nextBytes(randomBytes);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 56 int ng; // expected-note 6{{here}} member in namespace:PotentialConstant
57 constexpr int BinaryOp1(int n) { return n + ng; } // expected-error {{never produces}} expected-note {{read}}
58 constexpr int BinaryOp2(int n) { return ng + n; } // expected-error {{never produces}} expected-note {{read}}
65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
68 constexpr S InitList(int a) { return { a, ng }; }; // expected-error {{never produces}} expected-note {{read}}
69 constexpr S InitList1a(int a) { return S{ a, ng }; }; // expected-error {{never produces}} expected-note {{read}}
70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} expected-note {{read}}
71 constexpr S InitList3(int a) { return a ? S{ a, a } : S{ a, ng }; }; // ok
79 constexpr int Conditional1(bool b, int n) { return b ? n : ng; } // ok
80 constexpr int Conditional2(bool b, int n) { return b ? n * ng : n + ng; } // expected-error {{never produces}} expected-note {{both arms of conditional operator (…)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_ident.c 1426 int ng = 0; local
    [all...]
  /external/libffi/src/powerpc/
ffi_sysv.c 700 long ng = 0; /* number of general registers already used */ local
719 ng++;
799 if (ng < NUM_GPR_ARG_REGISTERS - 3)
803 ng += 4;
809 ng = 8+4;
816 if (ng < NUM_GPR_ARG_REGISTERS)
819 ng++;
833 if (ng < NUM_GPR_ARG_REGISTERS)
836 ng++;
850 if (ng < NUM_GPR_ARG_REGISTERS
    [all...]
  /external/pcre/dist2/src/
pcre2_substitute.c 580 uint32_t ng = GET2(entry, 0); local
581 if (ng < ovector_count)
583 if (group < 0) group = ng; /* First in ovector */
584 if (ovector[ng*2] != PCRE2_UNSET)
586 group = ng; /* First that is set */
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 700 long ng = 0; /* number of general registers already used */ local
719 ng++;
799 if (ng < NUM_GPR_ARG_REGISTERS - 3)
803 ng += 4;
809 ng = 8+4;
816 if (ng < NUM_GPR_ARG_REGISTERS)
819 ng++;
833 if (ng < NUM_GPR_ARG_REGISTERS)
836 ng++;
850 if (ng < NUM_GPR_ARG_REGISTERS
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 700 long ng = 0; /* number of general registers already used */ local
719 ng++;
799 if (ng < NUM_GPR_ARG_REGISTERS - 3)
803 ng += 4;
809 ng = 8+4;
816 if (ng < NUM_GPR_ARG_REGISTERS)
819 ng++;
833 if (ng < NUM_GPR_ARG_REGISTERS)
836 ng++;
850 if (ng < NUM_GPR_ARG_REGISTERS
    [all...]
  /external/selinux/libselinux/src/
seusers.c 115 int i, ng = 0; local
143 if (getgrouplist(name, gid, NULL, &ng) < 0) {
144 if (ng == 0)
146 groups = calloc(ng, sizeof(*groups));
149 if (getgrouplist(name, gid, groups, &ng) < 0)
152 /* WTF? ng was 0 and we didn't fail? Are we in 0 groups? */
156 for (i = 0; i < ng; i++) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 118 int r,g,b, nr, ng, nb, val; local
148 int r,g,b, nr, ng, nb, val; local
  /system/keymaster/ng/
AndroidKeymaster3Device.cpp 60 namespace ng { namespace in namespace:keymaster
516 } // namespace ng
AndroidKeymaster4Device.cpp 35 namespace ng { namespace in namespace:keymaster::V4_0
567 } // namespace ng
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 249 unsigned ng = 0; local
255 ng++;
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 326 int* ng = nullptr; local
333 ng = g + yw;
346 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb);
349 ++ng;
351 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb);
354 ++ng;
369 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb);
372 ++ng;
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 831 unsigned int ng = 0; /* number of GPRs already used. */ local
850 ng++;
861 ng++;
868 ng++;
878 ng++;
895 ng += gprSize / sizeof(long);
914 ng += (size_al + 3) / sizeof(long);
930 ng += MODE_CHOICE(2,1);
949 ng++;
965 ng += MODE_CHOICE(2,1)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 831 unsigned int ng = 0; /* number of GPRs already used. */ local
850 ng++;
861 ng++;
868 ng++;
878 ng++;
895 ng += gprSize / sizeof(long);
914 ng += (size_al + 3) / sizeof(long);
930 ng += MODE_CHOICE(2,1);
949 ng++;
965 ng += MODE_CHOICE(2,1)
    [all...]

Completed in 968 milliseconds

1 2