HomeSort by relevance Sort by last modified time
    Searched refs:assign (Results 1676 - 1700 of 1875) sorted by null

<<61626364656667686970>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 598 _M_buckets.assign(__n_buckets, __STATIC_CAST(_BucketType*, 0));
_monetary.c 398 __new_digits.assign(__digits_first, __digits_last);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 503 _M_buckets.assign(_M_buckets.size(), __STATIC_CAST(_BucketType*, 0));
_hashtable.h 598 _M_buckets.assign(__n_buckets, __STATIC_CAST(_BucketType*, 0));
_monetary.c 398 __new_digits.assign(__digits_first, __digits_last);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 144 traits_type::assign(_M_refdata()[__n], _CharT());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 144 traits_type::assign(_M_refdata()[__n], _CharT());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 143 traits_type::assign(_M_refdata()[__n], _CharT());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 143 traits_type::assign(_M_refdata()[__n], _CharT());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 146 // and then you can assign the 'onclick' handler of a button to
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 327 key->assign(kSecretKey, kSecretKey + arraysize(kSecretKey));
328 key_id->assign(kKeyId, kKeyId + arraysize(kKeyId));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 760 /* Do not try to assign more components to the vector than it has!
818 /* Do not try to assign more components to the vector than it has!
932 /* Assign the scalar to the X component of a vec4, and fill the remaining
957 /* Assign the temporary vector to each column of the destination matrix
1194 ir_instruction *const assign = new(mem_ctx) ir_assignment(lhs, rhs, NULL); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 864 default_value->assign("true");
866 default_value->assign("false");
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 487 (*value)->assign(field->default_value_string());
801 (*ptr)->assign(value);
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc     [all...]
  /external/lldb/source/Commands/
CommandObjectCommands.cpp     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 510 m_kernel_version.assign (path);
655 m_kernel_version.assign (kernel_version_cstr);
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp     [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 760 /* Do not try to assign more components to the vector than it has!
818 /* Do not try to assign more components to the vector than it has!
932 /* Assign the scalar to the X component of a vec4, and fill the remaining
957 /* Assign the temporary vector to each column of the destination matrix
1194 ir_instruction *const assign = new(mem_ctx) ir_assignment(lhs, rhs, NULL); local
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 499 (*value)->assign(field->default_value_string());
799 (*ptr)->assign(value);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc     [all...]
  /art/runtime/
thread.cc 312 // assign it.
405 self->tlsPtr_.name->assign(thread_name);
453 // available (in the compiler, in tests), we manually assign the
460 peer_thread_name.Assign(GetThreadName(soa));
482 tlsPtr_.name->assign(name);
593 name.assign(*tlsPtr_.name);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 44 bool assign(int32_t& reg, DataFile f, unsigned int size);
148 RegisterSet::assign(int32_t& reg, DataFile f, unsigned int size) function in class:nv50_ir::RegisterSet
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 44 bool assign(int32_t& reg, DataFile f, unsigned int size);
148 RegisterSet::assign(int32_t& reg, DataFile f, unsigned int size) function in class:nv50_ir::RegisterSet
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 474 self.visit(node.assign)
651 self.visit(node.assign)
731 self.visit(node.assign)
    [all...]

Completed in 1366 milliseconds

<<61626364656667686970>>