/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 633 var entry = f(key, value); 634 if (entry !== undefined) { 635 var newKey = entry[0], newValue = entry[1]; 784 // Perform a stable sort of the array. This ensures the first entry in a list of 785 // duplicates remains the first entry in the result. 6736 // Check time stamps rather than file system entry checks 6917 /** Watcher for the file system entry depending on whether it is missing or present */ 6923 // Close the watcher (either existing file system entry watcher or missing file system entry watche [all...] |
H A D | tsc.js | 558 var entry = f(key, value); 559 if (entry !== undefined) { 560 var newKey = entry[0], newValue = entry[1]; 4791 var entry = typeof dirent === "string" ? dirent : dirent.name; 4792 if (entry === "." || entry === "..") { 4797 var name = ts.combinePaths(path, entry); 4812 files.push(entry); 4815 directories.push(entry); [all...] |
/third_party/backends/backend/ |
H A D | mustek.c | 1988 SANE_Int entry = 0; in set_window_se() local 1990 while (resolution_list[entry] < s->resolution_code) in set_window_se() 1991 entry++; in set_window_se() 1992 s->ld.peak_res = resolution_list[entry]; in set_window_se() 2474 /* Interpolate first entries from 256 entry table */ in send_gamma_table_se() 2494 /* Interpolate next entries from the 256 entry table */ in send_gamma_table_se()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 1491 /* Reset the gmem store CS entry lists so that the next render pass in tu_cmd_render_tiles() 4685 struct tu_cs_entry entry = tu_cs_end_sub_stream(&cmd->sub_cs, &cs); in tu6_emit_vs_params() local 4686 cmd->state.vs_params = (struct tu_draw_state) {entry.bo->iova + entry.offset, entry.size / 4}; in tu6_emit_vs_params()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 109 hash_table_foreach(&ctx->program_cache[i], entry) { in zink_context_destroy() 110 struct zink_program *pg = entry->data; in zink_context_destroy() 115 hash_table_foreach(&ctx->compute_program_cache, entry) { in zink_context_destroy() 116 struct zink_program *pg = entry->data; in zink_context_destroy()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1128 // cross-link order determines which entry will be present in the case of a in AddFieldByStylizedNames() 2554 // Do not generate debug string for auto-generated map-entry type. in DebugString() 3555 // Returns true if the map entry message is compatible with the 3556 // auto-generated entry message from map fields syntax. 3560 // Recursively detects naming conflicts with map entry types for a 4565 // Additional naming conflict check for map entry types. Only need to check in BuildFileImpl() 4802 // `LABEL`, but the `ErrorLocation` enum has no entry for this, in BuildFieldOrExtension() 6312 "Expanded map entry type " + nested->name() + in DetectMapConflicts() 6327 "Expanded map entry type " + iter->second->name() + in DetectMapConflicts() 6339 "Expanded map entry typ in DetectMapConflicts() 6752 std::map<std::vector<int>, std::vector<int>>::iterator entry = UpdateSourceCodeInfo() local [all...] |
H A D | descriptor_unittest.cc | 697 DescriptorProto* entry = AddNestedMessage(message3, "MapInt32Int32Entry"); in SetUp() local 698 AddField(entry, "key", 1, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 700 AddField(entry, "value", 2, FieldDescriptorProto::LABEL_OPTIONAL, in SetUp() 702 entry->mutable_options()->set_map_entry(true); in SetUp() 6158 "foo.proto: Foo: NAME: Expanded map entry type FooMapEntry conflicts " in TEST_F() 6174 "foo.proto: Foo: NAME: Expanded map entry type FooMapEntry conflicts " in TEST_F() 6191 "foo.proto: Foo: NAME: Expanded map entry type FooMapEntry conflicts " in TEST_F() 6312 "foo.proto: Foo: NAME: Expanded map entry type FooMapEntry conflicts " in TEST_F()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 1739 // Builtin::kArrayFilterLoopLazyDeoptContinuation as an *eager* entry 5777 // Load the last entry from the {elements}. 6012 Node* entry = jsgraph()->ExternalConstant( 6019 target, jsgraph()->UndefinedConstant(), entry, 7351 Node* entry = effect = graph()->NewNode( 7354 Node* check = graph()->NewNode(simplified()->NumberEqual(), entry, 7369 table, entry, efalse, if_false); 7487 // key-value arrays in case of Set/Map entry iteration. 7491 // arrays in case of Set/Map entry iteration, and we should investigate 7650 // Load the key of the entry [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | bsaes-armv7.S | 27 @ only low-level primitives and unsupported entry points, just enough
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
H A D | bsaes-armv7.S | 27 @ only low-level primitives and unsupported entry points, just enough
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 2246 OpName %entry "entry" in TEST_F() 2275 %entry = OpLabel in TEST_F()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 772 // Number of instructions needed for calculation of switch table entry address 1164 void JumpToOffHeapInstructionStream(Address entry);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 777 // Number of instructions needed for calculation of switch table entry address 1077 void JumpToOffHeapInstructionStream(Address entry);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 756 // Number of instructions needed for calculation of switch table entry address 1219 void JumpToOffHeapInstructionStream(Address entry); 1345 kSystemPointerSizeLog2); // scratch2 = offset of indexth entry in GenerateSwitchTable() 1347 scratch); // scratch2 = (saved PC) + (offset of indexth entry) in GenerateSwitchTable()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 1276 void JumpToOffHeapInstructionStream(Address entry);
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 976 // Get the function entry from the function id. in CallRuntimeN() 984 function, IntPtrConstant(offsetof(Runtime::Function, entry))); in CallRuntimeN()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 605 void* (*ReadOpenFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const char* name); // Read: Called when entering into a new ini entry e.g. "[Window][Name]" 606 void (*ReadLineFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const char* line); // Read: Called for every line of text within an ini entry
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1365 pub fn readdir_r(pDir: *mut ::DIR, entry: *mut ::dirent, result: *mut *mut ::dirent) in readdir_r()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1730 entry: *mut ::dirent64, in readdir64_r()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1467 pub fn readdir_r(dirp: *mut ::DIR, entry: *mut ::dirent, in readdir_r()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.hpp | 455 Block::ID entry; // function entry point block. 605 // shader entry point represented by this object. 1456 // Single-entry 'inline' sampler routine cache.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 821 // Branch and link to an entry address. Call sequence can be patched. 1064 void CallRuntime(const RuntimeEntry &entry, intptr_t argument_count); 1066 // Set up a Dart frame on entry with a frame pointer and PC information to 1074 // up on entry (it is the frame of the unoptimized code).
|
/third_party/spirv-tools/test/opt/ |
H A D | aggressive_dead_code_elim_test.cpp | 817 // Eliminate stores to private in entry point with no calls 1002 // Should not eliminate stores to private when function is not entry point 1067 // Eliminate stores to private in entry point with no calls 3498 %entry = OpLabel 3604 // Everything is reachable from an entry point, so no functions should be 5005 %entry = OpLabel 5891 %entry = OpLabel 5999 %entry = OpLabel 6023 %entry = OpLabel 6048 %entry [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 870 // If we're returning a struct from a vertex-like entry point, we must return a position attribute. in build_implicit_builtins() 879 // If we can get away with returning void from entry point, we don't need to care. in build_implicit_builtins() 961 // At this point, the specified builtin variable must have already been declared in the entry point. in ensure_builtin() 1407 // Do output first to ensure out. is declared at top of entry function. in compile() 1437 // These buffers will be used in the entry point, not the individual resources. in compile() 1517 // Move the Private and Workgroup global variables to the entry function. 2353 // We need to declare the variable early and at entry-point scope. in add_composite_variable_to_interface_block() 2857 // We need to declare the variable early and at entry-point scope. in add_tess_level_input_to_interface_block() 3320 // Only emit the builtin if it's active in this entry point. Interface variable list might lie. in add_interface_block() 3467 // Add the output interface struct as a local variable to the entry functio in add_interface_block() [all...] |