OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Constants
(Results
26 - 50
of
197
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java
21
import com.android.contacts.util.
Constants
;
105
if (Log.isLoggable(
Constants
.PERFORMANCE_TAG, Log.DEBUG)) {
106
Log.d(
Constants
.PERFORMANCE_TAG, "ContactsApplication.onCreate start");
114
if (Log.isLoggable(
Constants
.STRICT_MODE_TAG, Log.DEBUG)) {
119
if (Log.isLoggable(
Constants
.PERFORMANCE_TAG, Log.DEBUG)) {
120
Log.d(
Constants
.PERFORMANCE_TAG, "ContactsApplication.onCreate finish");
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java
34
Log.w(
Constants
.TAG, "couldn't get connectivity manager");
39
if (activeInfo == null &&
Constants
.LOGVV) {
40
Log.v(
Constants
.TAG, "network is not available");
49
Log.w(
Constants
.TAG, "couldn't get connectivity manager");
56
if (
Constants
.LOGVV && isRoaming) {
57
Log.v(
Constants
.TAG, "network is roaming");
DownloadHandler.java
44
if (
Constants
.LOGV) {
61
if (
Constants
.LOGV) {
86
if (
Constants
.LOGVV) {
91
if (
Constants
.LOGVV) {
99
if (
Constants
.LOGVV) {
DownloadProvider.java
213
if (
Constants
.LOGVV) {
214
Log.v(
Constants
.TAG, "populating new database");
234
Log.i(
Constants
.TAG, "Upgrading downloads database from version " + oldV
240
Log.i(
Constants
.TAG, "Downgrading downloads database from version " + oldV
356
Constants
.RETRY_AFTER_X_REDIRECT_COUNT + " INTEGER, " +
360
Constants
.OTA_UPDATE + " BOOLEAN, " +
364
Constants
.NO_SYSTEM_FILES + " BOOLEAN, " +
368
Constants
.FAILED_CONNECTIONS + " INTEGER, " +
378
Constants
.ETAG + " TEXT, " +
379
Constants
.UID + " INTEGER, "
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java
56
private static final boolean D =
Constants
.DEBUG;
57
private static final boolean V =
Constants
.VERBOSE;
115
base = new File(root +
Constants
.DEFAULT_STORE_SUBDIR);
117
if (D) Log.d(
Constants
.TAG, "Receive File aborted - can't create base directory "
123
if (D) Log.d(
Constants
.TAG, "Receive File aborted - no external storage");
133
if (D) Log.d(
Constants
.TAG, "Receive File aborted - not enough free space");
159
if (V) Log.v(
Constants
.TAG, "Generated received filename " + fullfilename);
168
if (V) Log.v(
Constants
.TAG, "New display name " + displayName);
177
if (D) Log.e(
Constants
.TAG, "Error when creating file " + fullfilename);
191
Constants
.DEFAULT_STORE_SUBDIR
[
all
...]
BluetoothOppRfcommListener.java
52
private static final boolean V =
Constants
.VERBOSE;
90
if (
Constants
.USE_TCP_DEBUG) {
93
mTcpServerSocket = new ServerSocket(
Constants
.TCP_DEBUG_PORT, 1);
95
Log.e(TAG, "Error listing on port" +
Constants
.TCP_DEBUG_PORT);
173
if(!
Constants
.USE_TCP_SIMPLE_SERVER) {
185
if (
Constants
.USE_TCP_DEBUG) {
BluetoothOppReceiver.java
57
private static final boolean V =
Constants
.VERBOSE;
82
Constants
.THIS_PACKAGE_NAME);
112
} else if (action.equals(
Constants
.ACTION_INCOMING_FILE_CONFIRM)) {
133
} else if (action.equals(
Constants
.ACTION_OPEN) || action.equals(
Constants
.ACTION_LIST)) {
135
if (action.equals(
Constants
.ACTION_OPEN)) {
169
} else if (action.equals(
Constants
.ACTION_OPEN_OUTBOUND_TRANSFER)) {
176
} else if (action.equals(
Constants
.ACTION_OPEN_INBOUND_TRANSFER)) {
183
} else if (action.equals(
Constants
.ACTION_OPEN_RECEIVED_FILES)) {
189
in.putExtra(
Constants
.EXTRA_SHOW_ALL_FILES, true)
[
all
...]
BluetoothOppNotification.java
58
private static final boolean V =
Constants
.VERBOSE;
293
Intent intent = new Intent(
Constants
.ACTION_LIST);
294
intent.setClassName(
Constants
.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
366
intent = new Intent(
Constants
.ACTION_OPEN_OUTBOUND_TRANSFER);
367
intent.setClassName(
Constants
.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
370
intent = new Intent(
Constants
.ACTION_COMPLETE_HIDE);
371
intent.setClassName(
Constants
.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
413
intent = new Intent(
Constants
.ACTION_OPEN_INBOUND_TRANSFER);
414
intent.setClassName(
Constants
.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
417
intent = new Intent(
Constants
.ACTION_COMPLETE_HIDE)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java
43
* @see org.apache.xalan.templates.
Constants
49
return
Constants
.ELEMNAME_APPLY_IMPORTS;
59
return
Constants
.ELEMNAME_APPLY_IMPORTS_STRING;
ElemExsltFuncResult.java
76
*
Constants
class.
77
* @see org.apache.xalan.templates.
Constants
81
return
Constants
.EXSLT_ELEMNAME_FUNCRESULT;
86
*
Constants
class.
87
* @see org.apache.xalan.templates.
Constants
93
return
Constants
.EXSLT_ELEMNAME_FUNCRESULT_STRING;
ElemWhen.java
76
*
Constants
class.
77
* @see org.apache.xalan.templates.
Constants
81
return
Constants
.ELEMNAME_WHEN;
106
return
Constants
.ELEMNAME_WHEN_STRING;
DecimalFormatProperties.java
66
m_dfs.setInfinity(
Constants
.ATTRVAL_INFINITY);
67
m_dfs.setNaN(
Constants
.ATTRVAL_NAN);
258
return
Constants
.ELEMNAME_DECIMALFORMAT_STRING;
311
* @see org.apache.xalan.templates.
Constants
317
return
Constants
.ELEMNAME_DECIMALFORMAT;
ElemExtensionScript.java
95
* @see org.apache.xalan.templates.
Constants
101
return
Constants
.ELEMNAME_EXTENSIONSCRIPT;
ElemAttributeSet.java
76
* @see org.apache.xalan.templates.
Constants
82
return
Constants
.ELEMNAME_DEFINEATTRIBUTESET;
92
return
Constants
.ELEMNAME_ATTRIBUTESET_STRING;
151
case
Constants
.ELEMNAME_ATTRIBUTE :
ElemExsltFunction.java
46
*
Constants
class.
47
* @see org.apache.xalan.templates.
Constants
51
return
Constants
.EXSLT_ELEMNAME_FUNCTION;
56
*
Constants
class.
57
* @see org.apache.xalan.templates.
Constants
63
return
Constants
.EXSLT_ELEMNAME_FUNCTION_STRING;
137
if (!(namespace.equals(
Constants
.S_EXSLT_FUNCTIONS_URL)))
139
namespace =
Constants
.S_EXSLT_FUNCTIONS_URL;
ElemIf.java
97
* @see org.apache.xalan.templates.
Constants
103
return
Constants
.ELEMNAME_IF;
113
return
Constants
.ELEMNAME_IF_STRING;
KeyDeclaration.java
90
return
Constants
.ELEMNAME_KEY_STRING;
162
* @see org.apache.xalan.templates.
Constants
168
return
Constants
.ELEMNAME_KEY;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramVertexFixedFunctionTest.java
44
ProgramVertexFixedFunction.
Constants
pva;
48
pva = new ProgramVertexFixedFunction.
Constants
(mRS);
65
ProgramVertexFixedFunction.
Constants
pva;
66
pva = new ProgramVertexFixedFunction.
Constants
(mRS);
/external/apache-xml/src/main/java/org/apache/xml/utils/
Constants.java
19
* $Id:
Constants
.java 468655 2006-10-28 07:12:06Z minchau $
24
* Primary
constants
used by the XSLT Processor
27
public class
Constants
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtElementAvailable.java
23
import org.apache.xalan.templates.
Constants
;
60
namespace =
Constants
.S_XSLNAMESPACEURL;
72
if (namespace.equals(
Constants
.S_XSLNAMESPACEURL)
73
|| namespace.equals(
Constants
.S_BUILTIN_EXTENSIONS_URL))
FuncExtFunctionAvailable.java
23
import org.apache.xalan.templates.
Constants
;
61
namespace =
Constants
.S_XSLNAMESPACEURL;
73
if (namespace.equals(
Constants
.S_XSLNAMESPACEURL))
/external/javasqlite/src/main/java/SQLite/
Stmt.java
210
* @return column type code, e.g. SQLite.
Constants
.SQLITE_INTEGER
229
case
Constants
.SQLITE_INTEGER:
231
case
Constants
.SQLITE_FLOAT:
233
case
Constants
.SQLITE_BLOB:
235
case
Constants
.SQLITE3_TEXT:
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
12
/// constant pool to keep track of
constants
referenced by a function.
123
/// The MachineConstantPool class keeps track of
constants
referenced by a
124
/// function which must be spilled to memory. This is used for
constants
which
126
/// include floating point and large integer
constants
.
128
/// Instructions reference the address of these constant pool
constants
through
136
std::vector<MachineConstantPoolEntry>
Constants
; ///< The pool of
constants
.
155
/// isEmpty - Return true if this constant pool contains no
constants
.
156
bool isEmpty() const { return
Constants
.empty(); }
159
return
Constants
;
[
all
...]
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h
36
#define NS_CLIENT
Constants
::ns_client()
37
#define NS_SERVER
Constants
::ns_server()
38
#define NS_STREAM
Constants
::ns_stream()
39
#define NS_XSTREAM
Constants
::ns_xstream()
40
#define NS_TLS
Constants
::ns_tls()
41
#define NS_SASL
Constants
::ns_sasl()
42
#define NS_BIND
Constants
::ns_bind()
43
#define NS_DIALBACK
Constants
::ns_dialback()
44
#define NS_SESSION
Constants
::ns_session()
45
#define NS_STANZA
Constants
::ns_stanza(
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
17
#include "llvm/
Constants
.h"
67
const std::vector<MachineConstantPoolEntry>
Constants
= CP->getConstants();
68
for (unsigned i = 0, e =
Constants
.size(); i != e; ++i) {
69
if (
Constants
[i].isMachineConstantPoolEntry() &&
70
(
Constants
[i].getAlignment() & AlignMask) == 0) {
72
(ARMConstantPoolValue *)
Constants
[i].Val.MachineCPVal;
Completed in 2232 milliseconds
1
2
3
4
5
6
7
8