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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 27 # same as any other whitespace char, which is clearly wrong (it's a
53 its line. If false, each tab is treated as a single character.
159 not quite the same as words; see _wrap_chunks() for full
160 details. As an example, the text
217 # If we're allowed to break long words, then do so: put as much
218 # of the next chunk onto the current line as will fit.
353 wrapped paragraph. As with wrap(), tabs are expanded and other
373 Note that tabs and spaces are both treated as whitespace, but they
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 109 As with binding a new context from the current thread, the old
122 As with GLX context destruction previously, the XID is destroyed
149 for indirect contexts is left as-is.
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 37 .As<CFDE_CSSStringValue>()
  /external/v8/src/inspector/
injected-script-native.cc 39 v8::Local<v8::External> external = value.As<v8::External>();
v8-runtime-agent-impl.cc 19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
110 info.Data().As<v8::External>()->Value());
126 info.Data().As<v8::External>()->Value());
305 // Re-initialize after running client's code, as it could have destroyed
391 // Re-initialize after running client's code, as it could have destroyed
415 functionValue.As<v8::Function>(), scope.context(), scope.object(), argc,
417 // Re-initialize after running client's code, as it could have destroyed
461 v8::Local<v8::Object> object = scope.object().As<v8::Object>();
493 .setName(toProtocolString(name.As<v8::String>()))
625 // Re-initialize after running client's code, as it could have destroye
    [all...]
  /platform_testing/docs/development/
test-config.md 17 preparer, as defined by [ITargetPreparer]
30 A ?target_preparer? tag, as the name suggests, defines a target preparer
50 As an example, we can add the following option tags (at the ?insert? comment
69 necessary to cover more details on how the ?option? tag is used. As shown above,
90 specify the destination filename under that folder as well
92 * **push:** A push-spec, formatted as
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
pass.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 if p == nil || p.As != AJMP || p.Pcond == nil {
51 if q.As != AJMP || q.Pcond == nil {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pass.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 if p == nil || p.As != AJMP || p.Pcond == nil {
51 if q.As != AJMP || q.Pcond == nil {
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 8 * [C-0-2] MUST support all adb functions as documented in the Android
22 MUST implement adb via local-area network (such as Ethernet or Wi-Fi).
27 * [C-0-7] MUST support all ddms features as documented in the Android SDK.
28 As ddms uses adb, support for ddms SHOULD be inactive by default, but
30 as above.
35 * [C-0-9] MUST support systrace tool as documented in the Android SDK.
  /external/libunwind/doc/
unw_flush_cache.tex 15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
21 target address-space \Var{as}. In addition, all info cached for
22 address-space \Var{as} that is not tied to a particular code-range is
26 \Var{lo} and \Var{hi} should be understood as a hint:
31 As a special case, if arguments \Var{lo} and \Var{hi} are both 0, all
32 information cached on behalf of address space \Var{as} is flushed.
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
  /external/v8/src/regexp/
regexp-ast.cc 19 RegExp##Name* RegExpTree::As##Name() { return NULL; } \
25 RegExp##Name* RegExp##Name::As##Name() { return this; } \
136 // in as many cases as possible, to make it more difficult for incorrect
137 // parses to look as correct ones which is likely if the input and
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 235 HRESULT As(Details::ComPtrRef<ComPtr<U>> p) const throw() {
240 HRESULT As(ComPtr<U> *p) const throw() {
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 8 // encoding/json, and encoding/xml. As a result, implementing an
  /prebuilts/go/darwin-x86/src/os/
error.go 37 // NewSyscallError returns, as an error, a new SyscallError
39 // As a convenience, if err is nil, NewSyscallError returns nil.
48 // that a file or directory already exists. It is satisfied by ErrExist as
49 // well as some syscall errors.
56 // ErrNotExist as well as some syscall errors.
62 // report that permission is denied. It is satisfied by ErrPermission as well
63 // as some syscall errors.
  /prebuilts/go/linux-x86/src/encoding/
encoding.go 8 // encoding/json, and encoding/xml. As a result, implementing an
  /prebuilts/go/linux-x86/src/os/
error.go 37 // NewSyscallError returns, as an error, a new SyscallError
39 // As a convenience, if err is nil, NewSyscallError returns nil.
48 // that a file or directory already exists. It is satisfied by ErrExist as
49 // well as some syscall errors.
56 // ErrNotExist as well as some syscall errors.
62 // report that permission is denied. It is satisfied by ErrPermission as well
63 // as some syscall errors.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 165 As: obj.ATEXT,
298 As: obj.APCDATA,
328 As: obj.AFUNCDATA,
340 func (p *Parser) asmJump(op obj.As, cond string, a []obj.Addr) {
345 As: op,
431 // On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
468 func (p *Parser) asmInstruction(op obj.As, cond string, a []obj.Addr) {
473 As: op,
562 // Catch missing operand here, because we store immediate as part of From3, and can't distinguish
751 prog.As = MRC // Both instructions are coded as MRC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 165 As: obj.ATEXT,
298 As: obj.APCDATA,
328 As: obj.AFUNCDATA,
340 func (p *Parser) asmJump(op obj.As, cond string, a []obj.Addr) {
345 As: op,
431 // On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
468 func (p *Parser) asmInstruction(op obj.As, cond string, a []obj.Addr) {
473 As: op,
562 // Catch missing operand here, because we store immediate as part of From3, and can't distinguish
751 prog.As = MRC // Both instructions are coded as MRC
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47 // We define a loop entry as the target of a backward jump.
52 // As of 6/1/2012, the effect of setting MaxLoopPad = 10 here
63 as obj.As
78 as obj.As
879 * You are doasm, holding in your hand a Prog* with p->as set to, say, ACRC32,
880 * and p->from and p->to as operands (Addr*). The linker scans optab to find
881 * the entry with the given p->as and then looks through the ytable for tha
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
asm6.go 23 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47 // We define a loop entry as the target of a backward jump.
52 // As of 6/1/2012, the effect of setting MaxLoopPad = 10 here
63 as obj.As
78 as obj.As
879 * You are doasm, holding in your hand a Prog* with p->as set to, say, ACRC32,
880 * and p->from and p->to as operands (Addr*). The linker scans optab to find
881 * the entry with the given p->as and then looks through the ytable for tha
    [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 10 // distributed under the License is distributed on an "AS IS" BASIS,
1047 // emulate them by writing to the stack and reading back as the destination type.
    [all...]
  /external/eigen/test/
sparse_product.cpp 109 SparseMatrixType As(Ad.sparseView()), B(2,2);
110 VERIFY_IS_EQUAL( (As*As.transpose()).eval().nonZeros(), 4);
112 VERIFY_IS_EQUAL( (As*As.transpose()).pruned(1e-6).eval().nonZeros(), 2);

Completed in 547 milliseconds

1 2 3 4 56 7 8 91011>>