/external/chromium_org/components/nacl/common/ |
pnacl_types.cc | 10 : abi_version(0), opt_level(0), has_no_store_header(0) {}
|
pnacl_types.h | 26 int opt_level; member in struct:nacl::PnaclCacheInfo
|
nacl_host_messages.h | 49 IPC_STRUCT_TRAITS_MEMBER(opt_level)
|
/external/chromium_org/ppapi/c/private/ |
ppb_nacl_private.h | 162 int32_t opt_level; member in struct:PP_PNaClOptions 285 int32_t opt_level, 390 * Fetches the content at |pexe_url| for the given instance and opt_level. 399 int32_t opt_level,
|
/external/chromium_org/third_party/icu/source/samples/coll/ |
coll.cpp | 51 int opt_level = 0; variable 76 {"-level", OptSpec::NUM, &opt_level}, 203 if (opt_level != 0) { 204 switch (opt_level) {
|
/external/chromium_org/third_party/icu/source/samples/strsrch/ |
strsrch.cpp | 56 int opt_level = 0; variable 85 {"-level", OptSpec::NUM, &opt_level}, 194 if (opt_level != 0) { 195 switch (opt_level) {
|
/external/icu/icu4c/source/samples/coll/ |
coll.cpp | 51 int opt_level = 0; variable 76 {"-level", OptSpec::NUM, &opt_level}, 203 if (opt_level != 0) { 204 switch (opt_level) {
|
/external/icu/icu4c/source/samples/strsrch/ |
strsrch.cpp | 56 int opt_level = 0; variable 85 {"-level", OptSpec::NUM, &opt_level}, 194 if (opt_level != 0) { 195 switch (opt_level) {
|
/external/chromium_org/ppapi/api/private/ |
ppb_nacl_private.idl | 139 int32_t opt_level; 251 [in] int32_t opt_level, 385 * Fetches the content at |pexe_url| for the given instance and opt_level. 394 [in] int32_t opt_level,
|
/external/chromium_org/components/nacl/renderer/ |
json_manifest.cc | 78 // "opt_level": 0 209 Json::Value opt_level = url_spec[kOptLevelKey]; local 210 if (!opt_level.empty() && !opt_level.isNumeric()) { 213 "' has non-numeric value '" << opt_level.toStyledString() << 375 pnacl_options->opt_level = 0; 377 pnacl_options->opt_level = 2;
|
ppb_nacl_private_impl.cc | 202 pnacl_options.opt_level = 2; 600 uint32_t opt_level, 620 cache_info.opt_level = opt_level; 636 int32_t opt_level, 641 if (opt_level < 0 || opt_level > 3) 642 opt_level = kUnknownOptLevel; 644 opt_level, [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_translate_thread.cc | 31 int32_t opt_level, 41 args.push_back(MakeCommandLineArg("-O=", opt_level)); 187 pnacl_options_->opt_level,
|
pnacl_coordinator.cc | 245 plugin_->pp_instance(), PP_TRUE, pnacl_options_.opt_level, 291 pnacl_options_.opt_level,
|
/external/chromium_org/components/nacl/browser/ |
pnacl_translation_cache_unittest.cc | 129 info.opt_level = 0; 170 info.opt_level = 2;
|
pnacl_translation_cache.cc | 406 if (!info.pexe_url.is_valid() || info.abi_version < 0 || info.opt_level < 0 || 411 IntToString(info.opt_level) + ";" + "URL:";
|
pnacl_host_unittest.cc | 116 info.opt_level = 0;
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 53 void GGLAssembler::reset(int opt_level) 57 mOptLevel = opt_level; 65 int opt_level = mOptLevel; local 66 while (opt_level >= 0) { 67 reset(opt_level); 71 opt_level--; [all...] |
GGLAssembler.h | 186 void reset(int opt_level);
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | 130 int opt_level = 0; variable 167 {"-level", OptSpec::NUM, &opt_level}, [all...] |
/external/icu/icu4c/source/test/perf/collationperf/ |
collperf.cpp | 130 int opt_level = 0; variable 167 {"-level", OptSpec::NUM, &opt_level}, [all...] |
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |