HomeSort by relevance Sort by last modified time
    Searched refs:The (Results 151 - 175 of 15278) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 1 -- Collects the function, with its file, the object and inclusive count value.
2 -- The limits here are entirely arbitrary.
11 -- Collect the data stored in CWP over the last 30 days.
15 -- The reports were collected periodically.
18 -- The reports were from a busy machine.
20 -- The reports are from the gnawty board, x86_64 architecture.
23 -- The reports include callchain data
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 1 // Copyright 2017 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The bug happened like this:
6 // 1) The main binary adds an itab for *json.UnsupportedValueError / error
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
12 // The lookup code goes into an infinite loop searching for this itab.
13 // The code is carefully crafted so that the two itabs are both from th
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 1 // Copyright 2017 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The bug happened like this:
6 // 1) The main binary adds an itab for *json.UnsupportedValueError / error
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
12 // The lookup code goes into an infinite loop searching for this itab.
13 // The code is carefully crafted so that the two itabs are both from th
    [all...]
  /external/libmojo/mojo/public/js/
threading.js 1 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
7 // Note: This file is for documentation purposes only. The code here is not
8 // actually executed. The real module is implemented natively in Mojo.
11 // to exit by quitting the current message loop. This module is not
12 // intended to be used by Mojo JS application started by the JS
18 * Quits the current message loop, esssentially:
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 31 The ARB_shader_objects extension is required.
33 The ARB_shading_language_100 extension is required.
35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
45 to the debug object's log. A separate debug log for each shader type
47 at any time outside the Begin/End pair. Multiple debug objects can
74 Returned by the <params> parameter of GetObjectParameter{fi}vARB:
78 Accepted by the <logType> argument of ClearDebugLogMESA
    [all...]
  /prebuilts/go/darwin-x86/src/math/
log10.go 1 // Copyright 2009 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // Log10 returns the decimal logarithm of x.
8 // The special cases are the same as for Log.
15 // Log2 returns the binary logarithm of x.
16 // The special cases are the same as for Log.
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
sys.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
6 // constants used by the runtime.
9 // The next line makes 'go generate' write the zgen_*.go files with
12 // known GOOS and GOARCH. The constant is 1 on the
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
trieval.go 5 // elem is an entry of the width trie. The high byte is used to encode the type
6 // of the rune. The low byte is used to store the index to a mapping entry in
7 // the inverseData array.
24 // the Won sign U+20A9.
27 // The Korean Won sign is halfwidth, but SHOULD NOT be mapped to a wide
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5607.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
25 // The following initializer should not be part of init()
26 // The compiler used to generate a call to Panic() in init().
  /prebuilts/go/darwin-x86/test/syntax/
semi4.go 3 // Copyright 2010 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The new parser emits an extra "missing { after for clause" error.
9 // The old parser is supposed to emit this too, but it panics first
  /prebuilts/go/linux-x86/src/math/
log10.go 1 // Copyright 2009 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // Log10 returns the decimal logarithm of x.
8 // The special cases are the same as for Log.
15 // Log2 returns the binary logarithm of x.
16 // The special cases are the same as for Log.
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
sys.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
6 // constants used by the runtime.
9 // The next line makes 'go generate' write the zgen_*.go files with
12 // known GOOS and GOARCH. The constant is 1 on the
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
trieval.go 5 // elem is an entry of the width trie. The high byte is used to encode the type
6 // of the rune. The low byte is used to store the index to a mapping entry in
7 // the inverseData array.
24 // the Won sign U+20A9.
27 // The Korean Won sign is halfwidth, but SHOULD NOT be mapped to a wide
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5607.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
25 // The following initializer should not be part of init()
26 // The compiler used to generate a call to Panic() in init().
  /prebuilts/go/linux-x86/test/syntax/
semi4.go 3 // Copyright 2010 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The new parser emits an extra "missing { after for clause" error.
9 // The old parser is supposed to emit this too, but it panics first
  /build/make/tools/atree/
Android.mk 1 # Copyright 2007 The Android Open Source Project
3 # Copies files into the directory structure described by a manifest
  /dalvik/dx/junit-tests/
Android.mk 1 # Copyright 2011 The Android Open Source Project
  /development/cmds/monkey/
Android.mk 1 # Copyright 2008 The Android Open Source Project
  /device/google/dragon/audio/soundtrigger/
Android.mk 1 # Copyright (C) 2015 The Android Open Source Project
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
10 # distributed under the License is distributed on an "AS IS" BASIS,
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
17 # The default sound_trigger HAL module, which is a stub, that is loaded if no othe
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
Application.mk 1 # Copyright 2017 The Chromium Authors. All rights reserved.
3 # found in the LICENSE file.
  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
  /external/curl/docs/cmdline-opts/
egd-file.d 6 Specify the path name to the Entropy Gathering Daemon socket. The socket is
7 used to seed the random engine for SSL connections.
hostpubmd5.d 3 Help: Acceptable MD5 hash of the host public key
7 Pass a string containing 32 hexadecimal digits. The string should
8 be the 128 bit MD5 checksum of the remote host's public key, curl will refuse
9 the connection with the host unless the md5sums match.
include.d 3 Help: Include protocol headers in the output
6 Include the HTTP-header in the output. The HTTP-header includes things like
7 server-name, date of the document, HTTP-version and more...
  /external/libunwind/doc/
unw_regname.tex 19 The \Func{unw\_regname}() routine returns a printable name for
22 marks is returned. The returned string is statically allocated and
23 therefore guaranteed to remain valid until the application terminates.
27 The \Func{unw\_regname}() routine cannot fail and always returns a
32 The \Func{unw\_regname}() routine is thread-safe as well as safe to

Completed in 849 milliseconds

1 2 3 4 5 67 8 91011>>