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

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/Android.mk
19 test_name := utilities/function.objects/refwrap/refwrap.assign/copy_assign
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000))) break))))))
lower_returns_1.opt_test 11 ((assign (x) (var_ref a) (constant float (1.000000))) (return)))))
lower_returns_2.opt_test 11 ((assign (x) (var_ref a) (constant float (1.000000)))
remove_continue_at_end_of_loop.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000))) continue))))))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
assign_initializer_list.pass.cpp 12 // void assign(initializer_list<value_type> il);
24 d.assign({3, 4, 5, 6});
34 d.assign({3, 4, 5, 6});
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
assign_initializer_list.pass.cpp 12 // void assign(initializer_list<value_type> il);
24 d.assign({true, false, false, true});
34 d.assign({true, false, false, true});
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
assign.pass.cpp 14 // void assign(int val, const error_category& cat);
23 ec.assign(6, std::system_category());
29 ec.assign(8, std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
assign.pass.cpp 14 // void assign(int val, const error_category& cat);
23 ec.assign(6, std::system_category());
29 ec.assign(8, std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
assign_string_flag.pass.cpp 15 // basic_regex& assign(const basic_string<charT, string_traits, A>& s,
24 r2.assign(std::string("(a([bc]))"));
28 r2.assign(std::string("(a([bc]))"), std::regex::extended);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 28 @property (assign) NSInteger nodes_av;
29 @property (assign) NSInteger nodes_inuse;
30 @property (assign) NSInteger nxt_nodeid;
31 @property (assign, readonly, getter=count) NSUInteger count;
32 @property (assign) NSMutableData *data;
33 @property (assign) id *ptrBuffer;
ANTLRIntArray.h 67 @property (assign) NSUInteger BuffSize;
68 @property (assign) NSUInteger count;
69 @property (assign) NSInteger idx;
71 @property (assign) NSInteger *intBuffer;
72 @property (assign) BOOL SPARSE;
ANTLRTreePatternLexer.h 70 @property (assign) NSInteger p;
71 @property (assign) NSInteger c;
72 @property (assign) NSInteger n;
74 @property (assign) char *data;
75 @property (assign) BOOL error;
ACBTree.h 30 @property (assign) NSInteger recnum;
62 @property (assign) ACBKey **keys;
63 @property (assign) ACBTree **btNodes;
64 @property (assign) NSInteger lnodeid;
65 @property (assign) NSInteger rnodeid;
66 @property (assign) NSInteger nodeid;
67 @property (assign) NSInteger nodeType;
68 @property (assign) NSInteger numkeys;
69 @property (assign) NSInteger numrecs;
70 @property (assign) NSInteger updtd
    [all...]
ANTLRToken.h 53 @property (assign) NSInteger type;
54 @property (assign) NSUInteger line;
55 @property (assign) NSUInteger charPositionInLine;
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 51 WebRTCICEServer(const WebRTCICEServer& other) { assign(other); }
56 assign(other);
60 BLINK_PLATFORM_EXPORT void assign(const WebRTCICEServer&);
80 WebRTCConfiguration(const WebRTCConfiguration& other) { assign(other); }
85 assign(other);
89 BLINK_PLATFORM_EXPORT void assign(const WebRTCConfiguration&);
WebArrayBuffer.h 55 WebArrayBuffer(const WebArrayBuffer& b) { assign(b); }
58 assign(b);
65 BLINK_PLATFORM_EXPORT void assign(const WebArrayBuffer&);
WebCryptoKey.h 94 WebCryptoKey(const WebCryptoKey& other) { assign(other); }
97 assign(other);
123 BLINK_PLATFORM_EXPORT void assign(const WebCryptoKey& other);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l 108 yylval->assign(1, yytext[0]);
113 yylval->assign(yytext, yyleng);
118 yylval->assign(yytext, yyleng);
123 yylval->assign(yytext, yyleng);
130 yylval->assign(yytext, yyleng);
135 yylval->assign(yytext, yyleng);
139 yylval->assign(yytext, yyleng);
143 yylval->assign(yytext, yyleng);
147 yylval->assign(yytext, yyleng);
151 yylval->assign(yytext, yyleng)
    [all...]
  /external/qemu/android/base/
String.h 76 // Assign new values to strings.
77 String& assign(const char* str);
78 String& assign(const char* str, size_t len);
79 String& assign(const String& other);
80 String& assign(const StringView& other);
81 String& assign(size_t count, char fill);
82 String& assign(char ch);
86 return this->assign(str);
90 return this->assign(other);
94 return this->assign(other)
    [all...]
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/auto_ptr_Y
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y_rv
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_rv
35 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y
39 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr
  /external/libcxx/test/utilities/optional/optional.object/optional.object.assign/
Android.mk 17 test_makefile := external/libcxx/test/utilities/optional/optional.object/optional.object.assign/Android.mk
19 test_name := utilities/optional/optional.object/optional.object.assign/assign_value
23 test_name := utilities/optional/optional.object/optional.object.assign/emplace_initializer_list
27 test_name := utilities/optional/optional.object/optional.object.assign/copy
31 test_name := utilities/optional/optional.object/optional.object.assign/move
35 test_name := utilities/optional/optional.object/optional.object.assign/emplace
39 test_name := utilities/optional/optional.object/optional.object.assign/nullopt_t
  /external/lldb/include/lldb/Interpreter/
OptionValueString.h 67 m_current_value.assign (value);
68 m_default_value.assign (value);
82 m_current_value.assign (current_value);
84 m_default_value.assign (default_value);
99 m_current_value.assign (value);
100 m_default_value.assign (value);
116 m_current_value.assign (current_value);
118 m_default_value.assign (default_value);
199 m_default_value.assign (value);
  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 82 iterator assign, assignEnd = assignments.end(); local
83 for (assign = assignments.begin(); assign != assignEnd; ++assign)
84 (*assign)->activate(pModule);
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 57 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
58 @property(assign, nonatomic) info_bubble::BubbleAlignment alignment;
59 @property(assign, nonatomic) info_bubble::CornerFlags cornerFlags;

Completed in 1209 milliseconds

1 2 3 4 56 7 8 91011>>