/third_party/skia/bench/ |
H A D | GrMemoryPoolBench.cpp | 46 T* objs[kMaxObjects]; in run_stack() local 50 objs[j] = pool ? (T*) pool->allocate(sizeof(T)) : new T; in run_stack() 55 pool->release(objs[j]); in run_stack() 57 delete objs[j]; in run_stack() 70 T* objs[kMaxObjects]; in run_queue() local 74 objs[j] = pool ? (T*) pool->allocate(sizeof(T)) : new T; in run_queue() 79 pool->release(objs[j]); in run_queue() 81 delete objs[j]; in run_queue() 94 T* objs[kMaxObjects]; in run_pushpop() local 99 objs[ in run_pushpop() 115 T* objs[kMaxObjects]; run_random() local [all...] |
/third_party/optimized-routines/math/ |
H A D | Dir.mk | 33 math-lib-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-lib-srcs))) 34 math-test-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-test-srcs))) 35 math-host-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-test-host-srcs))) 36 math-target-objs := $(math-lib-objs) $(math-test-objs) 37 math-objs := $(math-target-objs) $(math-target-objs:%.o=%.os) $(math-host-objs) [all...] |
/third_party/optimized-routines/networking/ |
H A D | Dir.mk | 27 networking-lib-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(networking-lib-srcs))) 28 networking-test-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(networking-test-srcs))) 30 networking-objs := \ 31 $(networking-lib-objs) \ 32 $(networking-lib-objs:%.o=%.os) \ 33 $(networking-test-objs) \ 36 $(networking-objs) \ 43 $(networking-objs): $(networking-includes) 44 $(networking-objs): CFLAGS_ALL += $(networking-cflags) 46 build/lib/libnetworking.so: $(networking-lib-objs [all...] |
/third_party/optimized-routines/string/ |
H A D | Dir.mk | 48 string-lib-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(string-lib-srcs))) 49 string-test-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(string-test-srcs))) 50 string-bench-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(string-bench-srcs))) 52 string-objs := \ 53 $(string-lib-objs) \ 54 $(string-lib-objs:%.o=%.os) \ 55 $(string-test-objs) \ 56 $(string-bench-objs) 59 $(string-objs) \ 67 $(string-objs) [all...] |
/third_party/node/deps/openssl/openssl/Configurations/ |
H A D | gentemplate.pm | 339 # We support two types of objs, those who are specific to this library 340 # (they end up in @objs) and those that we get indirectly, via other 362 my @objs = (); 367 push @objs, $_; 382 print STDERR "DEBUG[dolib:shlib] \@objs for $lib : ", 383 join(",", map { "\n $_" } @objs), "\n" 384 if @objs && $debug_rules; 391 objs => [ @objs, @foreign_objs ], 393 foreach (@objs) { [all...] |
/third_party/openssl/Configurations/ |
H A D | gentemplate.pm | 339 # We support two types of objs, those who are specific to this library 340 # (they end up in @objs) and those that we get indirectly, via other 362 my @objs = (); 367 push @objs, $_; 382 print STDERR "DEBUG[dolib:shlib] \@objs for $lib : ", 383 join(",", map { "\n $_" } @objs), "\n" 384 if @objs && $debug_rules; 391 objs => [ @objs, @foreign_objs ], 393 foreach (@objs) { [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 142 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() 143 if (objs[paramArray.length] != null) in Test4031438() 145 for (int i = 0; i < objs.length; i++) { in Test4031438() 146 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438() 147 errln("Parse failed on object " + objs[i] + " at index : " + i); in Test4031438() 178 Object[] objs = fmt.parse(str, pos); in Test4052223() 186 if (objs != null) { in Test4052223() 187 errln("objs should be null"); in Test4052223() 449 Object[] objs in Test4118592() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 145 Object[] objs = messageFormatter.parse(tempBuffer, status); in Test4031438() 146 if (objs[paramArray.length] != null) in Test4031438() 148 for (int i = 0; i < objs.length; i++) { in Test4031438() 149 if (objs[i] != null && !objs[i].toString().equals(paramArray[i].toString())) { in Test4031438() 150 errln("Parse failed on object " + objs[i] + " at index : " + i); in Test4031438() 181 Object[] objs = fmt.parse(str, pos); in Test4052223() 189 if (objs != null) { in Test4052223() 190 errln("objs should be null"); in Test4052223() 452 Object[] objs in Test4118592() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 754 self.objs = OrderedDict() 770 if name_hash not in self.objs: 771 self.objs[name_hash] = OrderedDict() 773 self.objs[name_hash]['name'] = name 776 if 'symbol' in self.objs[name_hash] and self.objs[name_hash]['symbol'] != symbol: 778 if 'symbol2' not in self.objs[name_hash]: 780 self.objs[name_hash]['essl_level2'] = essl_level 782 self.objs[name_hash]['glsl_level2'] = glsl_level 783 self.objs[name_has [all...] |
/third_party/ffmpeg/tests/ |
H A D | videogen.c | 76 static VObj objs[NB_OBJS]; variable 87 objs[i].x = myrnd(&seed, w); in gen_image() 88 objs[i].y = myrnd(&seed, h); in gen_image() 89 objs[i].w = myrnd(&seed, w / 4) + 10; in gen_image() 90 objs[i].h = myrnd(&seed, h / 4) + 10; in gen_image() 91 objs[i].r = myrnd(&seed, 256); in gen_image() 92 objs[i].g = myrnd(&seed, 256); in gen_image() 93 objs[i].b = myrnd(&seed, 256); in gen_image() 125 VObj *p = &objs[i]; in gen_image()
|
/third_party/icu/icu4c/as_is/os400/ |
H A D | iculd.c | 62 char objs[4024]; in main() local 77 objs[0]=0; in main() 150 strcat(objs,outputdir); in main() 151 strcat(objs,"/"); in main() 152 strncat(objs,b,nlen); in main() 153 strcat(objs, " "); in main() 215 objs, in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | msfmrgts.cpp | 207 Formattable *objs = messageFormatter->parse(tempBuffer, pp, count); in Test4031438() local 208 //if(objs[7/*params.length*/] != NULL) in Test4031438() 217 Formattable obj = objs[i]; in Test4031438() 246 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) { in Test4031438() 248 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i); in Test4031438() 253 delete [] objs; in Test4031438() 705 Formattable *objs = 0; in Test4118592() local 713 //Object[] objs = mf.parse(formatted, new ParsePosition(0)); in Test4118592() 716 objs in Test4118592() 748 Formattable *objs = mf->parse(forParsing, pp, count); Test4118594() local 845 Formattable *objs = mf->parse(texts[i], pp, count); Test4120552() local 888 Formattable objs [] = { Test4142938() local [all...] |
/third_party/ninja/ |
H A D | configure.py | 468 objs = [] variable 480 objs += cxx('browse', order_only=built('browse_py.h')) 517 objs.extend(re2c_objs) 542 objs += cxx(name, variables=cxxvariables) 548 objs += cxx(name, variables=cxxvariables) 550 objs += cxx('minidump-win32', variables=cxxvariables) 551 objs += cc('getopt') 553 objs += cxx('subprocess-posix') 555 objs += cc('getopt') 557 ninja_lib = n.build(built('ninja.lib'), 'ar', objs) 573 objs = cxx('ninja', variables=cxxvariables) global() variable 600 objs = cxx(name, variables=cxxvariables) global() variable [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | examples_test.cc | 28 std::vector<int> objs = {10, 20, 30, 40, 50}; in TEST() local 31 auto elem = objs[absl::Uniform(gen, 0u, objs.size())]; in TEST() 55 std::shuffle(std::begin(objs), std::end(objs), gen); in TEST()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_lu.c | 188 if ((ret->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL) { in X509_STORE_new() 217 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new() 244 sk_X509_OBJECT_pop_free(vfy->objs, X509_OBJECT_free); in X509_STORE_free() 327 tmp = X509_OBJECT_retrieve_by_subject(store->objs, type, name); in X509_STORE_CTX_get_by_subject() 382 if (X509_OBJECT_retrieve_match(store->objs, obj)) { in x509_store_add() 385 added = sk_X509_OBJECT_push(store->objs, obj); in x509_store_add() 548 return v->objs; in STACK_OF() 554 STACK_OF(X509_OBJECT) *objs; in STACK_OF() 566 objs = X509_STORE_get0_objects(store); in STACK_OF() 567 for (i = 0; i < sk_X509_OBJECT_num(objs); in STACK_OF() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x509_lu.c | 188 if ((ret->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL) { in X509_STORE_new() 217 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new() 244 sk_X509_OBJECT_pop_free(vfy->objs, X509_OBJECT_free); in X509_STORE_free() 327 tmp = X509_OBJECT_retrieve_by_subject(store->objs, type, name); in X509_STORE_CTX_get_by_subject() 382 if (X509_OBJECT_retrieve_match(store->objs, obj)) { in x509_store_add() 385 added = sk_X509_OBJECT_push(store->objs, obj); in x509_store_add() 548 return v->objs; in STACK_OF() 554 STACK_OF(X509_OBJECT) *objs; in STACK_OF() 566 objs = X509_STORE_get0_objects(store); in STACK_OF() 567 for (i = 0; i < sk_X509_OBJECT_num(objs); in STACK_OF() [all...] |
/third_party/selinux/libsepol/tests/ |
H A D | Makefile | 34 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c))) macro 50 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL) 51 $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit $(LIBSEPOL) -o $@ 60 rm -f $(objs) $(EXE)
|
/third_party/python/Lib/json/ |
H A D | tool.py | 65 objs = (json.loads(line) for line in infile) 67 objs = (json.load(infile),) 74 for obj in objs:
|
/third_party/node/benchmark/napi/define_properties/ |
H A D | index.js | 13 const objs = Array(n).fill(null).map((item) => new Object()); 14 binding[implem](bench, objs);
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 366 auto deps = objs<wait_list_tag>(d_deps, num_deps); 399 auto deps = objs<wait_list_tag>(d_deps, num_deps); 437 auto deps = objs<wait_list_tag>(d_deps, num_deps); 477 auto deps = objs<wait_list_tag>(d_deps, num_deps); 513 auto deps = objs<wait_list_tag>(d_deps, num_deps); 557 auto deps = objs<wait_list_tag>(d_deps, num_deps); 594 auto deps = objs<wait_list_tag>(d_deps, num_deps); 628 auto deps = objs<wait_list_tag>(d_deps, num_deps); 665 auto deps = objs<wait_list_tag>(d_deps, num_deps); 702 auto deps = objs<wait_list_ta [all...] |
H A D | event.cpp | 63 auto evs = objs(d_evs, num_evs); in clWaitForEvents() 186 auto deps = objs<wait_list_tag>(d_deps, num_deps); in clEnqueueMarkerWithWaitList() 221 auto deps = objs<wait_list_tag>(d_deps, num_deps); in clEnqueueBarrierWithWaitList() 244 objs(d_evs, num_evs); in clEnqueueWaitForEvents()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralParameterResolution.js | 3 extend<T>(target: T, ...objs: any[]): T; 4 extend<T>(deep: boolean, target: T, ...objs: any[]): T;
|
H A D | callsOnComplexSignatures.js | 43 arg1: ((...objs: {x: number}[]) => number) | ((...objs: {y: number}[]) => number), 45 arg3: ((a: {x: number}, ...objs: {y: number}[]) => number) | ((...objs: {x: number}[]) => number),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/ |
H A D | Makefile | 48 $(CC) -O2 -shared -fPIC -Wl,-z,defs objs/*.o -o $@ $(WPA_LDFLAGS) $(LDFLAGS) 50 $(CC) -flto -O2 -shared -fPIC -Wl,-z,defs objs/*.o -o $@ $(WPA_LDFLAGS) $(LDFLAGS) 54 $(AR) -crs $@ objs/*.o
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/ |
H A D | Makefile | 48 $(CC) -O2 -shared -fPIC -Wl,-z,defs objs/*.o -o $@ $(WPA_LDFLAGS) $(LDFLAGS) 50 $(CC) -flto -O2 -shared -fPIC -Wl,-z,defs objs/*.o -o $@ $(WPA_LDFLAGS) $(LDFLAGS) 54 $(AR) -crs $@ objs/*.o
|