| /third_party/node/src/ |
| H A D | node_env_var.cc | 274 std::vector<Local<Value>> values; in Enumerate() local
|
| H A D | node_util.cc | 109 Local<Value> values[2] = { Integer::New(isolate, state) }; in GetPromiseDetails() local
|
| /third_party/notofonts/scripts/ |
| H A D | issue-stats.py | 165 values = [open_per_tier.get(l, 0) for l in labels] variable
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_mruby_module_response.cc | 113 mrb_value key, values; in response_mod_header() local 310 auto values = mrb_hash_get(mrb, hash, key); in response_send_info() local [all...] |
| H A D | shrpx_mruby_module_request.cc | 221 mrb_value key, values; in request_mod_header() local
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | stringtriebuilder.h | 366 int32_t values[kMaxBranchLinearSubNodeLength]; member in StringTrieBuilder::ListBranchNode
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | dictionarydata.cpp | 45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument 113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
|
| H A D | simpleformatter.cpp | 161 const UnicodeString *values[] = { &value0 }; in format() local 169 const UnicodeString *values[] = { &value0, &value1 }; in format() local 178 const UnicodeString *values[] = { &value0, &value1, &value2 }; in format() local 182 formatAndAppend( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &appendTo, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const formatAndAppend() argument 199 formatAndReplace( const UnicodeString *const *values, int32_t valuesLength, UnicodeString &result, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) const formatAndReplace() argument 274 format( const char16_t *compiledPattern, int32_t compiledPatternLength, const UnicodeString *const *values, UnicodeString &result, const UnicodeString *resultCopy, UBool forbidResultAsValue, int32_t *offsets, int32_t offsetsLength, UErrorCode &errorCode) format() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | syncobj.c | 475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) _mesa_GetSynciv() argument
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_parameter.h | 185 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value *values, GLuint size, GLuint *swizzleOut) _mesa_add_unnamed_constant() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | uspoof_conf.cpp | 442 uint16_t *values = in outputData() local
|
| /third_party/libinput/src/ |
| H A D | util-prop-parsers.c | 505 int values[5]; in parse_evdev_abs_prop() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | state-values-utils.cc | 171 Node* StateValuesCache::BuildTree(size_t* values_idx, Node** values, in BuildTree() argument 139 FillBufferWithValues( WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, Node** values, size_t count, const BytecodeLivenessState* liveness) FillBufferWithValues() argument 233 CheckTreeContainsValues(Node* tree, Node** values, size_t count, const BytecodeLivenessState* liveness) CheckTreeContainsValues() argument 254 GetNodeForValues( Node** values, size_t count, const BytecodeLivenessState* liveness) GetNodeForValues() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-iterator-gen.cc | 149 FillFixedArrayFromIterable( TNode<Context> context, TNode<Object> iterable, TNode<Object> iterator_fn, GrowableFixedArray* values) FillFixedArrayFromIterable() argument [all...] |
| /third_party/node/deps/v8/include/ |
| H A D | v8-function-callback.h | 382 FunctionCallbackInfo(internal::Address* implicit_args, internal::Address* values, int length) FunctionCallbackInfo() argument
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-function-callback.h | 408 FunctionCallbackInfo(internal::Address* implicit_args, internal::Address* values, int length) Get() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | cc-generator.cc | 484 values, all_fields); in CollectAllFields() local 476 CollectAllFields(const VisitResult& result, const Stack<std::string>& values, std::vector<std::string>& all_fields) CollectAllFields() argument 495 EmitCCValue(VisitResult result, const Stack<std::string>& values, std::ostream& out) EmitCCValue() argument
|
| H A D | instance-type-generator.cc | 310 PrintInstanceTypes(InstanceTypeTree* root, std::ostream& definitions, std::ostream& values, std::ostream& fully_defined_single_instance_types, std::ostream& fully_defined_multiple_instance_types, std::ostream& only_declared_single_instance_types, std::ostream& only_declared_multiple_instance_types, std::ostream& fully_defined_range_instance_types, std::ostream& only_declared_range_instance_types, const std::string& indent) PrintInstanceTypes() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 586 lp_build_gather_values(struct gallivm_state * gallivm, LLVMValueRef * values, unsigned value_count) lp_build_gather_values() argument
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AbstractMessageLite.java | 141 protected static <T> void addAll(final Iterable<T> values, final Collection<? super T> list) { in addAll() argument 145 protected static <T> void addAll(final Iterable<T> values, final List<? super T> list) { in addAll() argument 367 private static <T> void addAllCheckingNulls(Iterable<T> values, List<? super T> list) { in addAllCheckingNulls() argument 393 protected static <T> void addAll(final Iterable<T> values, fina argument 404 addAll(final Iterable<T> values, final List<? super T> list) addAll() argument [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_dict.h | 138 PyObject *values[1]; member 164 _PyDictValues_AddToInsertionOrder(PyDictValues *values, Py_ssize_t ix) in _PyDictValues_AddToInsertionOrder() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemBufferValidator.hpp | 55 const T values[4]; member 60 T values; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | FramebufferD3D.cpp | 113 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 140 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 157 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | ContextMtl.h | 530 uint8_t values[sizeof(float) * 4]; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.hpp | 92 std::vector<Value> values; member
|