HomeSort by relevance Sort by last modified time
    Searched refs:USE (Results 226 - 250 of 640) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM,
187 return bool(self.__flags & _symtable.USE)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
list5.go 16 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
list0.go 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
listz.go 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
list5.go 16 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
list0.go 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
listz.go 15 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM,
187 return bool(self.__flags & _symtable.USE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM,
187 return bool(self.__flags & _symtable.USE)
  /external/v8/src/arm64/
simulator-arm64.h 2 // Use of this source code is governed by a BSD-style license that can be
56 USE(isolate);
62 USE(isolate);
67 USE(isolate);
156 USE(i_cache);
157 USE(start);
158 USE(size);
  /external/v8/src/base/platform/
platform-win32.cc 2 // Use of this source code is governed by a BSD-style license that can be
300 // timers, it can use timeBeginPeriod to increase the resolution.
305 // To use the clock, we use GetSystemTimeAsFileTime as our base;
306 // and then use timeGetTime to extrapolate current time from the
361 // very slow. Other browsers use localtime().
477 // Use current time, rounded to the millisecond.
550 // It is important to use safe print here in order to avoid
584 // tmpfile_s tries to use the root dir, don't use it
    [all...]
time.cc 2 // Use of this source code is governed by a BSD-style license that can be
106 USE(result);
345 USE(result);
525 // We use timeGetTime() to implement TimeTicks::Now(), which rolls over
528 // Note that we do not use GetTickCount() here, since timeGetTime() gives
533 // can use timeBeginPeriod() to increase the resolution.
534 // We use a lock-free version because the sampler thread calls it
618 USE(result);
  /external/vixl/src/aarch64/
debugger-aarch64.cc 4 // Redistribution and use in source and binary forms, with or without
21 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
24 // NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
77 USE(debugger);
212 USE(debugger);
254 USE(debugger);
990 USE(debugger);
1210 USE(debugger);
    [all...]
assembler-aarch64.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
276 USE(vn2);
288 USE(vn2, vn3);
301 USE(vn2, vn3, vn4);
319 USE(vn2);
331 USE(vn2, vn3);
344 USE(vn2, vn3, vn4);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 86 enum Slot { LOAD, USE, DEF, STORE, NUM };
204 /// isUse - Return true if this is a USE slot.
206 return getSlot() == USE;
234 /// Returns the index of the USE slot for the instruction pointed to by
237 return SlotIndex(&entry(), SlotIndex::USE);
257 /// use one of those methods.
277 /// use one of those methods.
  /external/v8/src/arm/
simulator-arm.h 2 // Use of this source code is governed by a BSD-style license that can be
45 // just use the C stack limit.
50 USE(isolate);
56 USE(isolate);
61 USE(isolate);
235 // EABI variant for double arguments in use.
256 // Unsupported instructions use Format to print an error and stop execution.
  /external/v8/src/compiler/
move-optimizer.cc 2 // Use of this source code is governed by a BSD-style license that can be
328 USE(has_moves);
345 USE(first);
346 USE(last);
  /external/v8/src/inspector/
v8-console.cc 2 // Use of this source code is governed by a BSD-style license that can be
396 "deprecated. Please use "
451 "'console.timeline' is deprecated. Please use 'console.time' instead.");
459 "deprecated. Please use "
678 USE(success);
783 USE(success);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 9 Redistribution and use in source and binary forms, with or without
26 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
84 | a string to use as direct input to the recognizer
394 opt.on( '--lexer-name CLASS_NAME', "name of the lexer class to use" ) { |val|
417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
421 opt.on( '--log PATH', "path of file to use to record socket activity",
508 opt.on( '--lexer-name CLASS_NAME', 'full name of the lexer class to use' ) { |val| @lexer_class_name = val }
522 'full name of the parser class to use'
535 opt.on( '--parser-rule NAME', "name of the parser rule to use on the input" ) { |val| @parser_rule = val
    [all...]
profile.rb 10 Redistribution and use in source and binary forms, with or without
27 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 10 Redistribution and use in source and binary forms, with or without
27 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46 some are simply extra utilities for use by anyone working with ANTLR code. Thus,
  /external/libusb/.private/
bd.cmd 3 rem !!!THIS SCRIPT IS FOR INTERNAL DEVELOPER USE ONLY!!!
  /external/mesa3d/
Android.common.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>