HomeSort by relevance Sort by last modified time
    Searched full:know (Results 1301 - 1325 of 9083) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/sqlite/src/test/
fts1c.test 54 you will need my assistance past the 4 o''clock hour just let me know; I''ll
181 In addition to the two excel documents, there is a dbf file that is formatted like your daily deliveries you receive nightly. This will enable you to load the data into your regular database. Any questions please let me know. Thanks.
229 Let me know.?? ii
254 INSERT INTO email([from],[to],subject,body) VALUES('mark.whitt@enron.com', 'barry.tycholiz@enron.com', 'Huber Internal Memo', 'Please look at this. I didn''t know how deep to go with the desk. Do you think this works.
276 Let me know if it works. It may be required to have a certain version of Oracle for it to work properly.
342 to someone on my team. I know it will take some time for the new names to
452 for CIN, thus he left on a bad note. Let me know if you need more detail
653 and let him know - we are coming on saturday - i just havent had a chance to
685 If you need to know their power desk to map their ID to their gas books, those desks are as follows:
690 I will be in training this afternoon, but will be back when class is over. Let me know if you have any questions
    [all...]
fts2c.test 54 you will need my assistance past the 4 o''clock hour just let me know; I''ll
181 In addition to the two excel documents, there is a dbf file that is formatted like your daily deliveries you receive nightly. This will enable you to load the data into your regular database. Any questions please let me know. Thanks.
229 Let me know.?? ii
254 INSERT INTO email([from],[to],subject,body) VALUES('mark.whitt@enron.com', 'barry.tycholiz@enron.com', 'Huber Internal Memo', 'Please look at this. I didn''t know how deep to go with the desk. Do you think this works.
276 Let me know if it works. It may be required to have a certain version of Oracle for it to work properly.
342 to someone on my team. I know it will take some time for the new names to
452 for CIN, thus he left on a bad note. Let me know if you need more detail
653 and let him know - we are coming on saturday - i just havent had a chance to
685 If you need to know their power desk to map their ID to their gas books, those desks are as follows:
690 I will be in training this afternoon, but will be back when class is over. Let me know if you have any questions
    [all...]
fts3ac.test 54 you will need my assistance past the 4 o''clock hour just let me know; I''ll
181 In addition to the two excel documents, there is a dbf file that is formatted like your daily deliveries you receive nightly. This will enable you to load the data into your regular database. Any questions please let me know. Thanks.
229 Let me know.?? ii
254 INSERT INTO email([from],[to],subject,body) VALUES('mark.whitt@enron.com', 'barry.tycholiz@enron.com', 'Huber Internal Memo', 'Please look at this. I didn''t know how deep to go with the desk. Do you think this works.
276 Let me know if it works. It may be required to have a certain version of Oracle for it to work properly.
342 to someone on my team. I know it will take some time for the new names to
452 for CIN, thus he left on a bad note. Let me know if you need more detail
653 and let him know - we are coming on saturday - i just havent had a chance to
685 If you need to know their power desk to map their ID to their gas books, those desks are as follows:
690 I will be in training this afternoon, but will be back when class is over. Let me know if you have any questions
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 442 /* Find the channel control block. We don't know the link it is on. */
493 /* Find the channel control block. We don't know the link it is on. */
536 /* Find the channel control block. We don't know the link it is on. */
564 /* Find the channel control block. We don't know the link it is on. */
727 /* Find the channel control block. We don't know the link it is on. */
947 /* Find the channel control block. We don't know the link it is on. */
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 266 /* Update the CR index to know from which operation completion
341 /* Index to know the length read */
345 /* Update the CR index to know from which operation completion
419 /* Index to know the length written */
427 /* Update the CR index to know from which operation completion
722 /* Switch is used to know, if the error occured during WRITE or READ */
819 /* The below check is added, to know if the error is for
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 48 compiler to know what the stored numeric value is.
333 stream runs out of binary operators. If this check succeeds, we know
342 (* Okay, we know this is a binop. *)
366 to the precedence of our current operator, then we know that the
368 operator is "+" and the next operator is "+", we know that they have the
413 At this point, we know that the binary operator to the RHS of our
415 As such, we know that any sequence of pairs whose operators are all
543 "4 + 5" at the command line, the parser doesn't know whether that is the
548 and the parser will know you are done.
774 (* Okay, we know this is a binop. *
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 109 "SimplifyDemandedBits needs to know bit widths!");
118 // We know all of the bits for a constant!
124 // We know all of the bits for a constant!
156 // do simplifications that apply to *just* the one user if we know that
178 // We can simplify (X|Y) -> X or Y in the user's context if we know that
204 // We can simplify (X^Y) -> X or Y in the user's context if we know that
331 // into an AND, as we know the bits will be cleared.
458 // If any of the sign extended bits are demanded, we know that the sign
474 // If the sign bit of the input is known set or clear, then we know the
531 // bits set and the RHS constant is 0x01001, then we know we have a know
    [all...]
InstCombineShifts.cpp 88 // lshr iff we know that the bits we would otherwise be shifting in are
129 // profitable unless we know the and'd out bits are already zero.
153 // profitable unless we know the and'd out bits are already zero.
244 // We turn shl(c1)+shr(c2) -> shl(c3)+and(c4), but only when we know that
284 // We turn lshr(c1)+shl(c2) -> lshr(c3)+and(c4), but only when we know that
383 // between the shifts. We want to know the effect *after* the second
384 // shift. We know that it is a logical shift by a constant, so adjust the
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 623 // We already know that nothing uses any scalar values defined inside of this
720 // First step, split the preheader, so that we know that there is a safe place
746 // Now that we know that the loop is never entered when this condition is a
747 // particular value, rewrite the loop with this info. We know that this will
    [all...]
  /external/chromium_org/net/data/url_request_unittest/
BullRunSpeech.txt 8 Friends, I shall ask you to be as quiet as possible. I don't know whether you fully understand that I have just been shot; but it takes more than that to kill a Bull Moose. But fortunately I had my manuscript, so you see I was going to make a long speech, and there is a bullet - there is where the bullet went through - and it probably saved me from it going into my heart. The bullet is in me now, so that I cannot make a very long speech, but I will try my best.
14 Friends, I ask you now this evening to accept what I am saying as absolutely true, when I tell you I am not thinking of my own success. I am not thinking of my life or of anything connected with me personally. I am thinking of the movement. I say this by way of introduction, because I want to say something very serious to our people and especially to the newspapers. I don't know anything about who the man was who shot me to-night. He was seized at once by one of the stenographers in my party, Mr. Martin, and I suppose is now in the hands of the police. He shot to kill. He shot - the shot, the bullet went in here - I will show you.
16 I am going to ask you to be as quiet as possible for I am not able to give to challenge of the bull moose quite as loudly. Now, I do not know who he was or what he represented. He was a coward. He stood in the darkness in the crowd around the automobile and when they cheered me, and I got up to bow, he stepped forward and shot me in the darkness.
18 Now, friends, of course, I do not know, as I say, anything about him; but it is a very natural thing that weak and vicious minds should be inflamed to acts of violence by the kind of awful mendacity and abuse that have been heaped upon me for the last three months by the papers in the interest of not only Mr. Debs but of Mr. Wilson and Mr. Taft.
54 I know these doctors, when they get hold of me, will never let me go back, and there are just a few more things that I want to say to you.
66 I tell you, and I told you at the beginning, I do not say anything on the stump that I do not believe. I do not say anything I do not know. Let any of Mr. Wilson's friends on Tuesday point out one thing or let Mr. Wilson point out one thing that he has done about the trusts as governor of New Jersey.
76 Now, friends, I know that you of Wisconsin would never repeal those laws even if they are at your commercial hurt, just as I am trying to get New York to adopt such laws even though it will be to the New York's commercial hurt. But if possible I want to arrange it so that we can have justice without commercial hurt, and you can only get that if you have justice enforced nationally. You won't be burdened in Wisconsin with industries not coming to the State if the same good laws are extended all over the other States. Do you see what I mean? The States all compete in a common market; and it is not justice to the employers of a State that has enforced just and proper laws to have them exposed to the competition of another State where no such laws are enforced. Now, the Democratic platform, and their speakers declare we shall not have such laws. Mr. Wilson has distinctly declared that we shall not have a national law to prohibit the labor of children, to prohibit child labor. He has distinctly declared that we shall not have a law to establish a minimum wage for women.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java 59 * Unless you know what you are doing, you will never need this.
69 * Unless you know what you are doing, you will never need this.
79 * Unless you know what you are doing, you will never need this.
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 73 /// overdefined - This value is not known to be constant, and we know that
589 // then we know that the pointer can't be NULL.
624 // Loop over all of our predecessors, merging what we know from them into
664 // Loop over all of our predecessors, merging what we know from them into
782 // know that v != 0.
792 // If V is the condition of the branch itself, then we know exactly what
805 // We know that V has the RHS constant if this is a true SETEQ or
841 // If the edge was formed by a switch on the value, then we may know exactly
    [all...]
  /external/chromium/googleurl/src/
url_canon_relative.cc 123 // See if we've got a scheme, if not, we know this is a relative URL.
182 // and not backslashes as well. We also know that it's ASCII.
284 // We know the authority section didn't change, copy it to the output. We
285 // also know we have a path so can copy up to there.
514 // When we get here, we know that the relative URL is on the same host.
  /external/chromium_org/url/
url_canon_relative.cc 99 // See if we've got a scheme, if not, we know this is a relative URL.
170 // and not backslashes as well. We also know that it's ASCII.
272 // We know the authority section didn't change, copy it to the output. We
273 // also know we have a path so can copy up to there.
504 // When we get here, we know that the relative URL is on the same host.
  /external/chromium_org/v8/src/
typing.cc 429 // We don't know anything about the result type.
467 // We don't know anything about the result type.
493 // We don't know anything about the result type.
508 // We don't know anything about the result type.
519 // We don't know anything about the result type.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
jdepend-frames.xsl 391 @bug there will be a problem here, I don't know yet how to handle unnamed package :(
429 I do not know JDepend enough to know if every error results in a non-analyzed package,
431 @bug there will be a problem here, I don't know yet how to handle unnamed package :(
443 @bug there will be a problem here, I don't know yet how to handle unnamed package :(
  /external/llvm/lib/IR/
ConstantFold.cpp 42 /// specified vector type. At this point, we know that the elements of the
136 // Handle casts from one vector constant to another. We know that the src
    [all...]
  /external/netperf/
netcpu_looper.c 81 which happens to know about more systems than this */
91 /* zero. on those systems where I do not yet know how to bind a */
252 /* I would *really* like to know how to use priocntl to make the */
542 /* I know that there are situations where compilers know about */
  /external/proguard/src/proguard/gui/
GUIResources.properties 46 <i>Only add entries if you know what you're doing!</i></html>
250 <i>Only unset this option if you know what you're doing!</i></html>
255 <i>Only set this option if you know what you're doing!</i></html>
324 <i>Only set this option if you know what you're doing!</i></html>
327 <i>Only set this option if you know what you're doing!</i></html>
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 578 M4OSA_Bool bSupportSilence; /**< Flag to know if the output stream can
582 M4OSA_Bool bIsMMS; /**< Boolean used to know if we are
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 173 # else we don't know what version of the compiler this is
332 raise CompileError ("Don't know how to compile %s" % src_name)
422 "Don't know how to compile %s to %s" % \
485 self.warn ("I don't know what to do with 'runtime_library_dirs': "
553 "don't know how to set runtime library search path for MSVC++"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 173 # else we don't know what version of the compiler this is
332 raise CompileError ("Don't know how to compile %s" % src_name)
422 "Don't know how to compile %s to %s" % \
485 self.warn ("I don't know what to do with 'runtime_library_dirs': "
553 "don't know how to set runtime library search path for MSVC++"
  /build/tools/droiddoc/templates-ds/assets/
GPL-LICENSE.txt 26 in new free programs; and that you know you can do these things.
36 source code. And you must show them these terms so they know their
46 want its recipients to know that what they have is not the original, so
  /build/tools/droiddoc/templates-sac/assets/
GPL-LICENSE.txt 26 in new free programs; and that you know you can do these things.
36 source code. And you must show them these terms so they know their
46 want its recipients to know that what they have is not the original, so
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 26 in new free programs; and that you know you can do these things.
36 source code. And you must show them these terms so they know their
46 want its recipients to know that what they have is not the original, so

Completed in 1523 milliseconds

<<51525354555657585960>>