HomeSort by relevance Sort by last modified time
    Searched refs:present (Results 276 - 300 of 846) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 94 // present to avoid ambiguity with things like "{{-3}}". It reads
95 // better with the space present anyway. For simplicity, only ASCII
293 // lexLeftDelim scans the left delimiter, which is known to be present, possibly with a trim marker.
313 // lexComment scans a comment. The left comment marker is known to be present.
336 // lexRightDelim scans the right delimiter, which is known to be present, possibly with a trim marker.
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 924 int32_t present; local
925 status_t status = data.readInt32(&present);
926 if (status == NO_ERROR && present != 0) {
931 status = data.readInt32(&present);
933 if (status == NO_ERROR && present != 0) {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 99 pre-defines which were only present when doing native builds, thus
454 unsigned present : 1; /* Operand present. */ member in struct:arm_it::__anon4253
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 193 i, present := p.arch.Instructions[word]
194 if present {
419 _, present := p.arch.Register[name]
420 if present {
462 r, present := p.arch.Register[name]
463 if present {
486 // register parses a full register reference where there is no symbol present (as in 4(R0) or R(10) but not sym(SB))
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 193 i, present := p.arch.Instructions[word]
194 if present {
419 _, present := p.arch.Register[name]
420 if present {
462 r, present := p.arch.Register[name]
463 if present {
486 // register parses a full register reference where there is no symbol present (as in 4(R0) or R(10) but not sym(SB))
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 65 mov word ptr [edi+4], 0e00h OR 8000h ; type = 386 interrupt gate, present
78 ; mov word ptr [edi+4], 0e00h OR 8000h ; type = 386 interrupt gate, present
222 ; Segment Not Present causes an error code to be pushed so no phony push necessary
546 Int11String db "0Bh Segment not present -",0
  /build/blueprint/bootstrap/
writedocs.go 49 return nil, fmt.Errorf("multiple primary builder modules present")
  /build/kati/
eval.go 61 rm, present := ac.m[fn]
62 if present {
245 vars, present := ev.outRuleVars[output]
246 if !present {
  /device/linaro/bootloader/edk2/
edksetup.bat 19 @REM if the argument, skip is present, only the paths and the
  /external/curl/docs/cmdline-opts/
write-out.d 12 The variables present in the output format will be substituted by the value or
  /external/curl/packages/vms/
stage_curl_install.com 64 $! files are present.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 163 (* Read the precedence if present. *)
  /external/ltp/testcases/realtime/
00_Descriptions.txt 110 - Tests whether the priority inheritance feature is present in kernel
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 163 (* Read the precedence if present. *)
  /external/valgrind/perf/
vg_perf 44 # The prerequisite command, if present, must return 0 otherwise the test is
78 Any tools named in --tools must be present in all directories specified
vg_perf.in 44 # The prerequisite command, if present, must return 0 otherwise the test is
78 Any tools named in --tools must be present in all directories specified
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.cpp 207 void present() const function in class:Hwc2TestEglManager
294 mEglManager.present();
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 155 // and is not typically present in a GOPATH.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cmdflag/
flag.go 29 Present bool // Flag has been seen.
72 // Parse sees if argument i is present in the definitions and if so,
114 if f.Present {
117 f.Present = true
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 65 // This is a special case of $<mem>, in which only ħoffset is present.
245 // Usually, not all arguments are present.
249 // (2) form is present for compatibility with older code,
497 // Chop off trailing |, if present.
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 109 // Return returns the return statement at the end of this block if present, nil otherwise.
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs1.go 22 // We ignore these values, if present, because rsa will calculate them.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter.go 41 // Don't require the source files to be present.
  /prebuilts/go/darwin-x86/src/log/
log_test.go 123 // Verify a log message looks right, with our prefix and microseconds present.

Completed in 968 milliseconds

<<11121314151617181920>>